<p class="Paragraph">Pathname: Complete path and program name of the program to be started.</p>
<p class="Paragraph">Windowstyle: Optional integer expression that specifies the style of the window in which the program is executed. The following values are possible:</p>
<p class="Paragraph">Description</p>
<p class="Paragraph">0 - The focus is on the hidden program window.</p>
<p class="Paragraph">1 - The focus is on the program window in standard size.</p>
<p class="Paragraph">2 - The focus is on the minimized program window.</p>
<p class="Paragraph">3 - The focus is on the maximized program window.</p>
<p class="Paragraph">4 - Standard size program window, without focus.</p>
<p class="Paragraph">6 - Minimized program window, focus remains on the active window.</p>
<p class="Paragraph">Param: Any string expression that specifies the command line to be passed.</p>
<p class="Paragraph">bSync: Boolean expression that defines whether a DDE connection to the application can be established immediately after starting (True) or not (False).</p>